if (!(lockExpression instanceof PsiThisExpression)) {
return;
}
registerMethodError(method);
}
}
}
return;
}
}
registerMethodError(method);
}
}
}